-
Notifications
You must be signed in to change notification settings - Fork 110
Add gRPC big5/vector search test procedures #689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add gRPC big5/vector search test procedures #689
Conversation
Signed-off-by: Finn Carroll <[email protected]>
Signed-off-by: Finn Carroll <[email protected]>
Signed-off-by: Finn Carroll <[email protected]>
Signed-off-by: Finn Carroll <[email protected]>
Signed-off-by: Finn Carroll <[email protected]>
Signed-off-by: Finn Carroll <[email protected]>
Signed-off-by: Finn Carroll <[email protected]>
Signed-off-by: Finn Carroll <[email protected]>
gkamat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add an update to the README for the workload regarding this additional functionality?
Also, can you indicate the OpenSearch versions this change should be backported to, in the PR description above? It is probably only the 3 branch, but please confirm.
Signed-off-by: Finn Carroll <[email protected]>
Signed-off-by: Finn Carroll <[email protected]>
Signed-off-by: Finn Carroll <[email protected]>
|
Thanks for taking a look @gkamat , added entries in the big5/vector search readme for gRPC usage.
Yes these workloads will be OS 3.x only. |
(cherry picked from commit 8fa8127) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Add new test procedures for the gRPC/protobuf transport.
--test-procedure="grpc-big5"A test procedure mirroring big5 on the gRPC transport.
As search api support on this transport is limited only grpc-bulk, grpc-match-all, and grpc-term operations included.
--test-procedure="grpc-no-train-test"A vector search test procedure which mimics
no-train-testwith grpc-prod-queries instead of REST api queries.This is a starting point for these workloads and we expect to expand them as gRPC search API support grows.
Issues Resolved
N/A
Testing
- [ ] New functionality includes testingManually tested with OSB
Backport to Branches:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.